Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/#165: 게임 결과 입력하는 칸 추가 및 자동으로 다음 라운드 페이지가 보이도록 추가 #168

Merged
merged 10 commits into from
Oct 10, 2023

Conversation

pp449
Copy link
Member

@pp449 pp449 commented Oct 10, 2023

🤠 개요

  • closes: Feat: 체크인 페이지 기능 수정 및 추가 #165
  • 모두 준비가 완료되면 준비버튼에서 게임 결과를 입력하는 박스가 생성되도록 추가했어요
  • 결과를 한번 입력하면 새로고침 할 때까지 결과를 입력하지 못하게 막아뒀어요
  • 1등 또는 2등이 입력되면 다음 라운드의 체크인페이지가 보이도록 추가했어요

💫 설명

📷 스크린샷 (Optional)

Screen.Recording.2023-10-10.at.12.45.52.PM.mov

@pp449 pp449 added the ✨ Feat 기능 개발 label Oct 10, 2023
@pp449 pp449 self-assigned this Oct 10, 2023
Comment on lines +138 to +146
{matchPlayers ? matchPlayers.matchRound : 0} ROUND{' '}
</div>
<div
css={css`
display: inline-block;
padding-left: 3rem;
`}
>
{matchPlayers ? matchPlayers.matchCurrentSet : 0} of{' '}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{' '} 이 부분 나중에 삭제하시면 좋을 것 같아요

Copy link
Member

@navyjeongs navyjeongs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋아요!! ✅

@pp449 pp449 merged commit aa9051f into dev Oct 10, 2023
1 check passed
@pp449 pp449 deleted the Feat/#165 branch October 10, 2023 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 체크인 페이지 기능 수정 및 추가
2 participants